Spread Windows Forms 12.0 Product Documentation
SetValue<T>(Int32,Int32,T[,]) Method


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IWorksheet Interface > SetValue Method : SetValue<T>(Int32,Int32,T[,]) Method
Row index of the start of the range of cells
Column index of the start of the range of cells
Two-dimensional object array[row,column] that contains the values
Sets an object array into a specified range of cells.
Syntax
'Declaration
 
Overloads Function SetValue(Of T)( _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal values(,) As T _
) As Boolean
'Usage
 
Dim instance As IWorksheet
Dim row As Integer
Dim column As Integer
Dim values() As T
Dim value As Boolean
 
value = instance.SetValue(Of T)(row, column, values)
bool SetValue<T>( 
   int row,
   int column,
   T[,] values
)

Parameters

row
Row index of the start of the range of cells
column
Column index of the start of the range of cells
values
Two-dimensional object array[row,column] that contains the values

Type Parameters

T
See Also

Reference

IWorksheet Interface
IWorksheet Members
Overload List